.bs_news_bar > a:nth-child(1) span:nth-child(2) {
    display: block;
    width: 25px;
    margin: -8px auto;
    border-radius: 40px;
    border-bottom: #ffffff 3px solid;
    /*transition: .5s;*/
}

.bs_news_overview {
    height: 580px !important;
}

.bs_news_overview > img {
    height: 580px !important;
}

.box_header {
    height: 1185px;
}

.sy-title {
    width: 800px;
    height: 130px;
    text-align: center;
    margin: auto;
}

.sy-title p:nth-child(1) {
    width: 200px;
    letter-spacing: 0.005em;
    line-height: 110px;
    height: 75px;
    font-size: 28px;
    margin: auto;
}

.sy-title p:nth-child(2) {
    width: 400px;
    height: 25px;
    color: lightgray;
    line-height: 30px;
    font-size: 12px;
    margin: auto;
}

.sy-title p:nth-child(3) {
    width: 30px;
    height: 10px;
    margin: 0 auto;
    border-bottom: 3px #3155A9 solid;
}

/* ========================================== */

.bs-toutiao-content {
    width: 1400px;
    height: 70px;
    position: relative;
    top: 9%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.bs-toutiao-title {
    height: 70px;
    /*overflow: hidden;*/
}

.bs-toutiao-title li a p:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, 1);
}

.bs-toutiao-title li a p:last-child {
    margin: 10px auto;
    width: 35%;
    height: 16px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: rgb(255, 255, 255, .8);
}

/* ========================================== */

.bs-home-news-content {
    width: 1400px;
    height: 410px;
    position: relative;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-home-news-left {
    width: 650px;
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: .8s;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

/*.slides li {*/
/*    flex: 0 0 100%;*/
/*}*/

.switchbtn span {
    list-style: none;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 180px;
    width: 20px;
    height: 40px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(0, 0, 0);
    opacity: 0;
}

.switchbtn span svg {
    margin-top: 12px;
    scale: 0.3;
}


.switchbtn .left {
    transition: 1.5s;
    left: 0;
}

.switchbtn .right {
    transition: 1.5s;
    right: 0;
}

.bs-home-news-left:hover .left {
    opacity: 0.5;
    left: 0;
}

.bs-home-news-left:hover .right {
    opacity: 0.5;
    right: 0;
}

.bs-home-news-left:hover {
    transform: scale(1.008);
}

.bs-home-news-left ul {
    display: flex;
    width: 57000px;
    height: 400px;
}

.slider-container ul li a img {
    width: 650px;
    height: 400px;
}

/* ========================================== */
.bs-home-news-right {
    width: 710px;
    height: 400px;
}

.tab-list {
    width: 100%;
    height: 75px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background-color: rgba(135, 175, 234, 7);
}

.tab-list li {
    height: 40px;
    width: 120px;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    padding: 20px;
    background-color: rgb(224, 230, 239, .2);
    position: relative;
}

.tab-list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(70, 143, 239, 1); /* ä¿®æ”¹é¢œè‰² */
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: center;
}

.tab-list li.active::after, .tab-list li:hover li::after {
    transform: scaleX(0.7);
}

.tab-list li.active {
    font-size: 18px;
    font-weight: bold;
    transform: scale(1);

}

.tab-list li:hover::after {
    transform: scaleX(0.7);
}

.tab-info-list > div {
    display: none;
}

.tab-info-list {
    /*width: 100%;*/
    height: 325px;
    background-color: rgba(130, 176, 235, .1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.tab-info {
    width: 100%;
    height: 315px;
}

.tab-info-ul {
    width: 100%;
    height: 325px;
    margin-left: 5px;
}

.tab-info-ul-li {
    width: 100%;
    height: 53px;
}

/*ç»Ÿä¸€æ–°é—»åˆ—è¡¨ å­—ä½“ æ—¶é—´å¤§å°*/
.tab-info-ul-li p {
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.tab-info-ul-li-title {
    width: 610px;
    height: 32px;
}

.tab-info-ul-li-title a {
    width: 500px;
    height: 32px;
}

.tab-info-ul-li-time {
    width: 80px;
    height: 32px;
    font-size: 16px !important;
    text-align: right;
}

.sy-zwgk-left-zcwjcx {
    width: 100%;
    height: 95px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(240, 240, 240, 1);
}

.sy-zwgk-left-zcwjcx-content {
    width: 96%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    /*background-color: rgb(143, 192, 187);*/
}

.sy-zwgk-left-zcwjcx-content span {
    width: 22%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy-zwgk-left-zcwjcx-content label {
    width: 62%;
    height: 35px;
    display: flex;
    align-items: center;
}

.sy-zwgk-left-zcwjcx-content label input {
    width: 98%;
    height: 35px;
    padding: 8px;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255);
}

.sy-zwgk-left-zcwjcx-content button {
    width: 16%;
    height: 38px;
    margin-left: 8px;
    color: white;

    border-radius: 10px;
    background-color: rgba(53, 88, 169, 1);
}

/* ========================================== */
.sy-zwgk {
    height: 600px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(226, 235, 252) 100%);
}

.sy-zwgk-wrap {
    width: 1400px;
    height: 490px;
    justify-content: space-between;
    display: flex;
    margin: auto;
}

.sy-zwgk-left {
    width: 710px;
    height: 410px;
}

.sy-zwgk-tab-list {
    position: relative;
    width: 100%;
    height: 70px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: #cad3e1 2px solid
}


.sy-zwgk-tab-list li {
    height: 60px;
    width: 120px;
    /*letter-spacing: 1px;*/
    /*font-weight: inherit;*/
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    line-height: 70px;
    padding: 10px;
    position: relative;
}

.sy-zwgk-tab-list li::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: -20px;
    width: 100%;
    height: 3px;
    background-color: rgb(70, 143, 239, 1); /* ä¿®æ”¹é¢œè‰² */
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.sy-zwgk-tab-list li.active::after, .sy-zwgk-tab-list li:hover li::after {
    transform: scaleX(0.6);
}

.sy-zwgk-tab-list li.active {
    font-size: 20px;
    font-weight: 800;

}

.sy-zwgk-tab-list li:hover::after {
    transform: scaleX(0.6);
}

.sy-zwgk-left-more {
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 12px;
}

.sy-zwgk-tab-info-list > div {
    display: none;
}

.sy-zwgk-tab-info-list {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;

}

.sy-zwgk-tab-info {
    width: 100%;
    height: 320px;
}

.sy-zwgk-tab-info-ul {
    width: 100%;
    height: 320px;
    list-style: none;
    padding-top: 40px;
}

.sy-zwgk-tab-info-ul-li {
    width: 100%;
    height: 53px;
    display: flex !important;
    align-items: center;
}

/*ç»Ÿä¸€æ–°é—»åˆ—è¡¨ å­—ä½“ æ—¶é—´å¤§å°*/
.sy-zwgk-tab-info-ul-li p {
    display: inline-block;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    padding-left: 10px;
}

.sy-zwgk-tab-info-ul-li-title {
    width: 565px;
    height: 32px;
}

.sy-zwgk-tab-info-ul-li-title a {
    width: 500px;
    height: 32px;
}

.sy-zwgk-tab-info-ul-li-time {
    width: 80px;
    height: 32px;
    font-size: 14px !important;
    text-align: center;;
}

.sy-zwgk-tab-info-ul-li::before {
    content: '\2022';
    font-size: 18px;
    color: #3155A9;
    margin-left: 8px;
    display: inline-flex; /* ä½¿ä¼ªå…ƒç´ å˜ä¸ºå†…è”å…ƒç´  */
    align-self: center; /* åž‚ç›´å±…ä¸­ */
}


.sy-zwgk-right {
    width: 640px;
    height: 490px;
}

.sy-zwgk-right-upper {
    width: 100%;
    height: 140px;
    margin-top: 10px;
}

.sy-zwgk-right-upper-ul {
    width: 100%;
    height: 130px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.sy-zwgk-right-upper-ul-li {
    width: 135px;
    height: 135px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 18px;
}

.sy-zwgk-right-upper-ul-li:hover {
    background: rgba(161, 201, 252, 0.3);
}


.sy-zwgk-right-icon {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy-zwgk-right-icon-targ {
    display: inline-block;
    width: 100%;
    height: 55px;
    text-align: center;
}

.sy-zwgk-right-title {
    width: 100%;
    height: 58px;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    border-bottom: rgba(182, 182, 182, 0.3) 3px solid;
}

.sy-zwgk-right-title span {
    position: absolute;
    bottom: 5px;
}

.sy-zwgk-right-lower {
    width: 100%;
    height: 220px;
    margin-top: 15px;
}

.sy-zwgk-right-lower-ul {
    width: 100%;
    height: 110px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.sy-zwgk-right-lower-ul-li {
    width: 300px;
    height: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sy-zwgk-right-lower-ul-li:hover {
    background: rgba(161, 201, 252, 0.3);
}

.sy-zwgk-right-lower-ul-li a {
    display: flex;
}

.sy-zwgk-right-lower-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 110px;
    text-align: center;
}

.sy-zwgk-right-lower-icon-targ {
    font-size: 20px;
    width: 145px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

/*============æ”¿åŠ¡æœåŠ¡-äº’åŠ¨äº¤æµstart===========================*/
.zwfw-hdjl {
    height: 615px;
}

.zwfw-hdjl-center {
    width: 1400px;
    height: 570px;
    justify-content: space-between;
    display: flex;
    margin: auto;
}

.zwfw-hdjl-grid {
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-template-rows: 1fr;
    gap: 5px 5px;
    grid-auto-flow: row;
    grid-template-areas:
    ". .";
    width: 1400px;
    height: 550px;
}

.sy-hdjl-title {
    margin: 15px 0 0 0;
    width: 400px;
    height: 115px;
}

.sy-zwfw-title {
    margin: 15px 0 0 0;
    width: 400px;
    height: 115px;
}

.sy-hdjl-title p:nth-child(1) {
    letter-spacing: 0.005em;
    line-height: 65px;
    height: 55px;
    font-size: 28px;
    margin: 0;
}

.sy-hdjl-title p:nth-child(2) {
    width: 360px;
    height: 18px;
    color: lightgray;
    line-height: 18px;
    font-size: 12px;
    margin: 0;
}

.sy-hdjl-title p:nth-child(3) {
    width: 30px;
    height: 10px;
    margin: 0;
    border-bottom: 3px #3155A9 solid;
}

.sy-zwfw-title p:nth-child(1) {
    letter-spacing: 0.005em;
    line-height: 65px;
    height: 55px;
    font-size: 28px;
}

.sy-zwfw-title p:nth-child(2) {
    width: 400px;
    height: 18px;
    color: lightgray;
    line-height: 18px;
    font-size: 12px;
}

.sy-zwfw-title p:nth-child(3) {
    width: 30px;
    height: 10px;
    margin: 0;
    border-bottom: 3px #3155A9 solid;
}

.zwfw-center {
    height: 615px;
}

.zwfw-container {
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.4fr 1.7fr 1.2fr;
    gap: 10px 25px;
    grid-auto-flow: row;
    grid-template-areas:"InventoryAndCommon AnnounceAndSchedule- convenience" "PersonalAffairs CorporateAffairs convenience""scene scene convenience";
    width: 920px;
    height: 450px;
}

.convenience {
    grid-area: convenience;
    display: flex;
}

.scene {
    display: flex;
    grid-area: scene;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
}

.InventoryAndCommon {
    display: flex;
    justify-content: space-between;
    grid-area: InventoryAndCommon;
}

.AnnounceAndSchedule- {
    display: flex;
    justify-content: space-between;
    grid-area: AnnounceAndSchedule-;
}

.PersonalAffairs {
    grid-area: PersonalAffairs;
}

.CorporateAffairs {
    grid-area: CorporateAffairs;
}

.ab-scene-content-rsyjs {
    width: 390px;
    height: 140px;
    margin-bottom: 180px;
    position: absolute;
    display: flex;
    opacity: 1;
    visibility: hidden;
    background-color: rgb(240,240,240,1);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
}

.scene-content {
    width: 24%;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.scene-content a {
    align-items: center;
    display: flex;
}

.scene-content a img {
    width: 30%;
    height: 100%;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.scene-content a span {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    width: 100%;
    height: 60px;
}

.scene-content-cjsfw-wrap {
    width: 32% !important;
}

.scene-content-cjsfw-wrap img {
    width: 20%;
    height: 70%;
    background-size: 100% 100%;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*display: flex;*/
}

.scene-content-cjsfw {
    /*width: 100%;*/
    /*height: 100%;*/
}

.scene-content-cjsfw a {
    display: inline-block;
    margin-top: 15px;
    width: 65px;
    height: 25px;
    font-size: 12px !important;
    border-radius: 10px;
    background-color: rgba(240, 240, 240, 0.5);
}

.scene-content-cjsfw a p {
    line-height: 25px;
    text-align: center;
    transform: scale(1.2, 1.1)
}

.scene-content-border {
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
}

.Inventor {
    width: 140px;
    height: 57px;
    display: flex;
    justify-content: center;;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}

.Inventor span:first-child {
    width: 45px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Inventor span:last-child {
    width: 75px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.Common {
    width: 140px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}

.Common span:first-child {
    width: 45px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Common span:last-child {
    width: 75px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Announce {
    width: 140px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}

.Announce span:first-child {
    width: 45px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Announce span:last-child {
    width: 75px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Schedule- {
    width: 140px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.Schedule- span:first-child {
    width: 45px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Schedule- span:last-child {
    width: 75px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.PersonalAffairs-top {
    width: 85px;
    height: 38px;
    line-height: 35px;
    padding-left: 10px;
}

.PersonalAffairs-top p {
    font-size: 20px;
    border-bottom: 2px solid #5A8BFF;
}

.PersonalAffairs-top-bg {
    width: 304px;
    height: 85px;
    /*background-image: url("../../../static/images/home/grbs_bg.png");*/
}

.PersonalAffairs-span {
    font-size: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.PersonalAffairs-span span {
    margin-top: 10px;
    color: #8c8b8b;
}

.PersonalAffairs-center {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 1px 1px;
    grid-auto-flow: row;
    grid-template-areas:
    ". . ."
    ". . ."
    ". . .";
    width: 300px;
    height: 185px;
    border: 2px solid #f0f0f0;

}

.PersonalAffairs-center p {
    display: flex;
    line-height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.CorporateAffairs-top {

    width: 85px;
    height: 38px;
    line-height: 35px;
    margin-left: 10px;

}

.CorporateAffairs-top p {
    font-size: 20px;
    border-bottom: 2px solid #5A8BFF;
}

.CorporateAffairs-top-bg {
    width: 304px;
    height: 85px;
    /*background-image: url("../../../static/images/home/frbs_bg.png");*/
}

.CorporateAffairs-span {
    font-size: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.CorporateAffairs-span span {
    margin-top: 10px;
    color: #8c8b8b;
}

.CorporateAffairs-center {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 1px 1px;
    grid-auto-flow: row;
    grid-template-areas:
    ". . ."
    ". . ."
    ". . .";
    width: 300px;
    height: 185px;
    border: 2px solid #f0f0f0;

}

.CorporateAffairs-center p {
    display: flex;
    line-height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.convenience-container {
    display: grid;
    grid-auto-columns: 0.7fr;
    grid-template-columns: 0.6fr 0.6fr;
    grid-template-rows: 0.3fr 0.2fr 0.2fr 0.9fr;
    gap: 20px 0;
    grid-template-areas:
    "top top"
    ". ."
    ". ."
    ". .";
    width: 292px;
    height: 450px;
}

.convenience-top {
    grid-area: top;
    padding-left: 10px;
    height: 85px;
}

.convenience-top p:first-child {
    border-bottom: 2px solid #5A8BFF;
    line-height: 38px;
    font-size: 20px;
    width: 85px;
    margin-left: 10px;
}


.convenience-top-span {
    font-size: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #8c8b8b;
}

.convenience-container p {
    margin-top: 10px;
}

.convenience-container a {
    padding-left: 6px;
    width: 140px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

.convenience-container a img {

    width: 60px;
    height: 60px;
}

.convenience-container-bmfw-left {
    display: flex;
    width: 430px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: 180px;
    margin-left: -420px;
    background-color: rgb(240,240,240,1);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
}

.convenience-container-bmfw-right {
    display: flex;
    width: 430px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: 85px;
    margin-left: 270px;
    background-color: rgb(240,240,240,1);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: opacity 0.5s ease-in-out;
    z-index: 9999;
}
.convenience-container-bmfw {
    display: flow-root;
    overflow: hidden;
}

.convenience-container-bmfw span {
    display: flex;
    font-size: 24px;

    padding: 8px 0 8px 12px;
    line-height: 40px;
    border-bottom: #666666 2px solid;;
    width: 100%;
    height: 40px;
}

.convenience-container-bmfw ul {
    font-size: 16px;
    letter-spacing: 1px;
    color: black;
    width: 99%;
    height: 91%;
    margin-top: 10px;
}

.convenience-container-bmfw ul li {
    min-width: 25%;
    width: auto;
    height: 40px;
    margin: 10px;
    padding: 0 5px 0 5px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(243, 249, 253, .5);
    display: inline-flex;
    justify-content: center;
    align-items: center;


}

.convenience-container-bmfw ul li a {
    text-align: center;
    line-height: 50px;
    width: 100%;
    height: 50px;
}


/*====================================*/

.hdjl-center {
    width: 410px;
    height: 615px;
}

.hdjl-container {
    font-size: 16px;
    height: 450px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.7);
}

.hdjl-content {
    width: 95%;
    margin: 0 auto;
}

.hdjl-content-tab-list {
    position: relative;
    width: 100%;
    height: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: #cad3e1 2px solid
}

.hdjl-content-tab-list li {
    height: 40px;
    width: 90px;
    font-weight: inherit;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    padding: 10px;
    position: relative;
}

.hdjl-content-tab-list li::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: -5px;
    width: 100%;
    height: 3px;
    background-color: rgb(70, 143, 239, 1); /* ä¿®æ”¹é¢œè‰² */
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.hdjl-content-tab-list li.active::after, .hdjl-content-tab-list li:hover li::after {
    transform: scaleX(0.7);
}

.hdjl-content-tab-list li.active {
    font-size: 19px;
    font-weight: bold;

}

.hdjl-content-tab-list li:hover::after {
    transform: scaleX(0.7);
}

.hdjl-content-xxcx {
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    display: flex;
}

.hdjl-content-xxcx a {
    display: flex;
    height: 50px;
    font-size: 14px;
    align-items: end;
}

.hdjl-content-xxcx a span {
    display: flex;
    margin-left: 2px;
}


.hdjl-content-tab-info-list {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}

.hdjl-content-tab-info-list > div {
    display: none;
}

.hdjl-content-tab-info {
    width: 100%;
    height: 210px;
}

.hdjl-content-tab-info > div {
    display: none;
}

.hdjl-content-tab-info-ul {
    width: 98%;
    height: 260px;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
}

.hdjl-content-tab-info-ul-li {
    width: 100%;
    height: 42px;
    background-color: white;
    margin-top: 10px;
    display: flex !important;
    align-items: center;
}

/*ç»Ÿä¸€æ–°é—»åˆ—è¡¨ å­—ä½“ æ—¶é—´å¤§å°*/
.hdjl-content-tab-info-ul-li p {
    display: inline-block;
    font-size: 16px;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.hdjl-content-tab-info-ul-li-title {
    width: 270px;
    height: 40px;
}

.hdjl-content-tab-info-ul-li-title a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
    height: 40px;
    line-height: 40px;
}


.hdjl-content-tab-info-ul-li-state {
    height: 60%;
    width: 58px;
    font-size: 12px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    background-color: rgba(38,96,183);
}

.hdjl-content-tab-info-ul-li-time {
    width: 40px;
    height: 32px;
    font-size: 12px !important;
    text-align: center;;
}

.hdjl-content-imgsurl {
    width: 100%;
    height: 50px;;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*padding-top: 5px;*/
}

.hdjl-content-fullwidthimg {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.hdjl-content-fullwidth {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.hdjl-content-fullwidthimg a {
    width: 100%;
    height: 110px;
    /*background: linear-gradient(to right, white 0%, #3177b2 80%, white 100%);*/
}

.hdjl-content-fullwidthimg a img {
    width: 100%;
    height: 100px;
}

.hdjl-content-fullwidth-rightlink {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdjl-content-fullwidth-rightlink a {
    font-size: 14px;
    align-items: center;
    display: flex;
}

.hdjl-content-fullwidth-rightlink a p {
    width: 20px;
    height: 20px;
    padding-top: 4px;
    overflow: hidden;
}

.hdjl-content-fullwidth-rightlink a span {

}


.hdjl-content-imgsurl a {
    display: inline-block;
    width: 48%;
    height: 50px;
}

.hdjl-content-imgsurl a > img {
    width: 100%;
    height: 100%;
}

.hdjl-content-buttom {
    display: inline-flex;
    width: 95%;
    height: 60px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.hdjl-content-buttom-div {
    width: 30%;
    height: 55px;
    font-size: 12px;
    display: flex;
}

.hdjl-content-buttom-div-last {
    width: 58% !important;

}

.hdjl-content-buttom-div a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #1296db;
    justify-content: center;
    align-items: center;
}

.hdjl-content-buttom-div a span:first-child {
    display: flex;
    width: 30%;
    height: 55px;
    /*font-size: 18px;*/
    justify-content: center;
    align-items: center;
}

.hdjl-content-buttom-div a span:last-child {
    display: flex;
    width: 100%;
    height: 55px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}


/*================================================*/

/*===============æ”¿åŠ¡æœåŠ¡-äº’åŠ¨äº¤æµend=====================*/

/*====================æŠ•èµ„ç’§å±±start=========================*/
.sy-tzbs {
    height: 450px;
    background: #f7f7f7;
}

.sy-tzbs-wrap {
    width: 1400px;
    height: 320px;
    justify-content: space-between;
    display: flex;
    margin: auto;
}

.sy-tzbs-left {
    width: 710px;
    height: 320px;
}

.sy-tzbs-tab-list {
    position: relative;
    width: 100%;
    height: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: #cad3e1 2px solid
}


.sy-tzbs-tab-list li {
    height: 40px;
    width: 120px;
    /*letter-spacing: 1px;*/
    font-weight: inherit;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    padding: 10px;
    position: relative;
}

.sy-tzbs-tab-list li::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: -25px;
    width: 100%;
    height: 3px;
    background-color: rgb(70, 143, 239, 1); /* ä¿®æ”¹é¢œè‰² */
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.sy-tzbs-tab-list li.active::after, .sy-zwgk-tab-list li:hover li::after {
    transform: scaleX(0.6);
}

.sy-tzbs-tab-list li.active {
    font-size: 19px;
    font-weight: bold;

}

.sy-tzbs-tab-list li:hover::after {
    transform: scaleX(0.6);
}

.sy-tzbs-left-more {
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 12px;
}

.sy-tzbs-tab-info-list > div {
    display: none;
}

.sy-tzbs-tab-info-list {
    width: 100%;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;

}

.sy-tzbs-tab-info {
    width: 100%;
    height: 265px;
}

.sy-tzbs-tab-info-ul {
    width: 100%;
    height: 280px;
    list-style: none;
    padding-top: 10px;
    overflow: hidden;
}

.sy-tzbs-tab-info-ul-li {
    width: 100%;
    height: 53px;
}

/*ç»Ÿä¸€æ–°é—»åˆ—è¡¨ å­—ä½“ æ—¶é—´å¤§å°*/
.sy-tzbs-tab-info-ul-li p {
    display: inline-block;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.sy-tzbs-tab-info-ul-li-title {
    width: 710px;
    height: 32px;
}

.sy-tzbs-tab-info-ul-li-title a {
    width: 500px;
    height: 32px;
}

.sy-tzbs-tab-info-ul-li-time {
    width: 80px;
    height: 32px;
    font-size: 14px !important;
    text-align: center;;
}

.sy-tzbs-tab-info-ul-li {
    display: flex !important;
    align-items: center;
}

.sy-tzbs-tab-info-ul-li::before {
    content: '\2022';
    font-size: 18px;
    color: #3155A9;
    margin-left: 8px;
    display: inline-flex; /* ä½¿ä¼ªå…ƒç´ å˜ä¸ºå†…è”å…ƒç´  */
    align-self: center; /* åž‚ç›´å±…ä¸­ */
}

.sy-tzbs-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
    ". . ."
    ". . .";
    width: 600px;
    height: 320px;
    margin-left: 30px;
}

.container {
    font-size: 16px;
    background: #dcdcdc;
    /*æ­¤å…ƒç´ ä¼šä½œä¸ºä¸€ä¸ªè¡¨æ ¼å•å…ƒæ ¼æ˜¾ç¤º
           ï¼ˆç±»ä¼¼ <td> å’Œ <th>ï¼‰*/
    display: table-cell;
    /*åž‚ç›´å±…ä¸­ */
    vertical-align: middle;
    /*æ°´å¹³å±…ä¸­*/
    text-align: center;
}

.container-br {
    background: white;
}

.container-br a {
    font-size: 16px;
    display: block;
    /*åž‚ç›´å±…ä¸­ */
    vertical-align: middle;
    /*æ°´å¹³å±…ä¸­*/
    text-align: center;
    margin-bottom: 20px;
}

.container img {

    margin-top: 20px;
}

.container p {
    margin-top: 10px;
}

/*=====================æŠ•èµ„ç’§å±±end===============================*/


/*===================ä¸“é¢˜ä¸“æ start========================*/
.sy-ztzl {
    height: 310px;
}

.sy-ztzl-warp {
    width: 1400px;
    height: 110px;
    margin: 0 auto;
}

.sy-ztzl-carousel {
    width: 1400px;
}

.sy-ztzl-carousel-box {
    width: 350px !important;
    height: 135px;
    display: flex;
}

.sy-ztzl-carousel-box a {
    width: 320px;
    height: 135px;
}

.sy-ztzl-carousel-box a img {
    width: 320px;
    height: 135px;
    margin-left: 15px;
}

.slick-dots {
    bottom: -30px !important;
}

.slick-track {
    overflow: hidden;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.slick-track::before {
    display: none !important;
}

.slick-track::after {
    display: none !important;
}

/*=====================ä¸“é¢˜ä¸“æ end====================================*/
